body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.gif);
	min-width:750px;
	color: #333333;
}

th
{
	text-align:left;
}

td
{
	vertical-align:top;
}

tr
{
	vertical-align:top;
}

#wrap {
	width: 85%;
	margin-right: 15%;
	margin-left: auto;
}

#skip {
	margin-top: 6px;
	color:#FFF;
	font-size: .7em;
}

#skip a:link, #skip a:active, #skip a:visited{
	color:#FFF;
	text-decoration:underline;
}

#skip a:hover{
	text-decoration:none;
}

#top {
	margin-bottom: 10px;
	margin-top: 6px;
	height: 90px;
	border: 0px solid #0000ff;
	background-color: #004D73;
	background-image: url(../images/top_righta.png);
	background-repeat: no-repeat;
	background-position: right;
}

#topleft {
	float: left;
	height: 82px;
	width: 398px;
}

#middle_wrap {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	margin: 0px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #004D73;
	border-right-color: #004D73;
	border-bottom-color: #004D73;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#left_col {
	float: left;
	width: 15%;
}

#logos{
	width: 212px;
	float: left;
	text-align: center;
}

#logos img{
	padding-bottom:10px;
}

#navcontainer{
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 150px;
}

#navcontainer ul{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 200px;
}

#navcontainer a{
	display: block;
	width: 206px;
	background-color: #015EC5;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #739B28;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a:link, #navlist a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 0px;
}

#navcontainer a:hover{
	background-color: #004D73;
	color: #EBF4DA;
}

#navcontainer a:active{
	background-color: #465E1A;
	color: #EBF4DA;
}

#navcontainer a:focus{
	background-color: #465E1A;
	color: #EBF4DA;
}


#content {
	background-color: #FFFFFF;
	margin-left: 150px;
	padding: 12px;
	font-size: 0.8em;
	line-height: 1.4em;
	position: relative;
}

#content li{
	list-style-image: url(../images/bullet.gif);
}

#footer {
	margin-bottom: 20px;
	border: 6px solid #739B28;
	background-image: url(../images/bott_left.jpg);
	height: 34px;
	background-repeat: repeat-y;
	background-color: #EBF3DB;
	margin-top: 10px;
}

#copyright{
	font-size: 0.8em;
	float: right;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 8px;
	background-color:#EBF3DB;
}

.clear{
	clear: both;
}

h1 {
	font-size: 1.8em;
	color: #5A7922;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A7922;
	line-height: 1.4em;
}

h2 {
	font-size: 1.2em;
	color: #5A7922;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	line-height: 1.4em;
}

a {	color: #465E1A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active
{
	color:Red;
}

a:focus
{
	color:Red;
}

img{
	border:none;
}

